/*OLD CODE STARTS HERE*/
.header {
    display: block;
    height: auto;
    width: 100%;
    height: 72px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

#topheader {
    display: block;
    padding: 18px 18px 18px 18px;
    margin: 4px auto 0px auto;
    float: left;
    font-family: ABBvoice;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

#newgamemessage{
    background-color: #fff;
    width: 100%;
    display:block;
    height: auto;
}

#newgamemessage img {
    float: left;
    padding: 9px 24px 15px 20%;
    height: 96px;
    width: 96px;
}
#newgamemessage p {
    padding: 32px 0px 32px 0px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}

#newgamemessage a {
    text-decoration: underline;
    text-decoration-color: #C4C4C4;
    text-decoration-thickness: 2px;
    font-weight: bold;
    color: black;
}

#newgamemessage a :hover {
    text-decoration-color: #ff0000;
}

@media only screen and (max-width: 1100px) {
    .header {
        display: block;
        height: auto;
        width: 100%;
        height: 72px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    }
    
    #topmenu {
        display: block;
        float: left;
        width: 96px;
        padding: 18px 18px 18px 24px;
    }


    
    #topheader {
        display: none;
    }

    
    #newgamemessage img {
        float: left;
        padding: 58px 24px 32px 24px;
        height: 48px;
        width: 48px;
    }

    #newgamemessage p {
        padding: 24px 0px 32px 0px;
    }
  }
/*NEW CODE*/
/*NEW CODE*/
/*NEW CODE*/
/*NEW CODE*/
/*NEW CODE*/
.header {
    display: flex;
    width: 100%;
    height: 72px;
    background-color: #fafafa;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px 21px 0px;
}

#headerleft {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:310px;
	margin: 0px 0px 0px 40px;
}

#headerabblogo {
	display:block;
	width: 50px;
}

#headerplaysecurelogo {
	display:block;
	width: 210px;
}

#headerright {
	display: flex;
	width:100px;
	justify-content: space-between;
	align-items: center;
	padding: 0px 40px 0px 170px;
}

#headercontactus {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-sizing: border-box;
    color: #1f1f1f;
	background-color: rgba(0,0,0,0.08);
    font-family: ABBvoice;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
	cursor: pointer;
}

#headersignin {
padding: 0px 0px 0px 0px;
background: none;
border: 0px;
cursor: pointer;
}

#headersignout {
margin: 0px 0px 0px 0px;
background: none;
border: 0px;
cursor: pointer;
}

#toplogo {
    display: block;
    float: left;
    width: 96px;
}

body {
	overflow-y: scroll;
}

